home *** CD-ROM | disk | FTP | other *** search
/ Smash Hits! Chillin' Out 2001 Summer / SmashChillin.iso / APPS / GORILLAZ / Noodlefight_v1_PC.exe / scripts / DefineButton2_21 / BUTTONCONDACTION on(release).as < prev   
Text File  |  2001-03-17  |  125b  |  8 lines

  1. on(release){
  2.    _root.level = 1;
  3.    _root.score = 0;
  4.    _root.lives = 3;
  5.    _root.continues = 3;
  6.    gotoAndStop(6);
  7. }
  8.